Skip to main content

Divider

Type

widget

Summary

A divider that separates two controls visually by drawing a line or space.

Description

A divider that separates two controls visually by drawing a line or space.

Compatibility and Support

Introduced

LiveCode 10

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web

Children Properties

Property

NameSummarySyntax
themeDataThe theme mappings of this widgetset the themeData of <widget> to {<array>} get the themeData of <widget>
endIndentThe amount of empty space to the trailing edge of the divider.get the endIndent of <widget> set the endIndent of <widget> to <Integer>
colorThe color to use when painting the line.get the color of <widget> set the color of <widget> to {<Color>}
indentThe amount of empty space to the leading edge of the divider.get the indent of <widget> set the indent of <widget> to <Integer>
dashesSpecifies the appearance of dashed lines on the divider line.get the dashes of <widget> set the dashes of <widget> to {<pixelsOn> [, <pixelsOff>]}
dividerTypeThe type of splitter usedget the dividerType of <widget> set the dividerType of <widget> to {<horizontal>|<vertical>|<spacer>}
thicknessThe thickness of the line drawn within the divider.get the thickness of <widget> set the thickness of <widget> to <Integer>